projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e62073a
)
[IA64] fix AFLAGS in Rules.mk
author
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Thu, 16 Mar 2006 19:02:39 +0000
(12:02 -0700)
committer
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Thu, 16 Mar 2006 19:02:39 +0000
(12:02 -0700)
Signed-off-by: Tsunehisa Doi <doi.tsunehisa@jp.fujitsu.com>
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
xen/arch/ia64/Rules.mk
patch
|
blob
|
history
diff --git
a/xen/arch/ia64/Rules.mk
b/xen/arch/ia64/Rules.mk
index 96eb4e790d06786566cc2a25b32eac6f8dc64239..48516dea2a8bd0563c50e8942a1a593e3529f009 100644
(file)
--- a/
xen/arch/ia64/Rules.mk
+++ b/
xen/arch/ia64/Rules.mk
@@
-5,7
+5,7
@@
VALIDATE_VT ?= n
ifneq ($(COMPILE_ARCH),$(TARGET_ARCH))
CROSS_COMPILE ?= /usr/local/sp_env/v2.2.5/i686/bin/ia64-unknown-linux-
endif
-AFLAGS += -D__ASSEMBLY__
+AFLAGS += -D__ASSEMBLY__
-nostdinc $(CPPFLAGS)
CPPFLAGS += -I$(BASEDIR)/include -I$(BASEDIR)/include/asm-ia64 \
-I$(BASEDIR)/include/asm-ia64/linux \
-I$(BASEDIR)/include/asm-ia64/linux-xen \